* gud.el (gud-break): With a prefix argument, set a temporary
authorJim Blandy <jimb@redhat.com>
Mon, 22 Feb 1993 14:15:34 +0000 (14:15 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 22 Feb 1993 14:15:34 +0000 (14:15 +0000)
commitad196291b43f1d07dba8334134d8019f8670d535
treebb182a0ee4b9a71328360b86ff04ef70b42207fb
parente793672baa5f8ff7368889de16083d16ec661ce4
* gud.el (gud-break): With a prefix argument, set a temporary
breakpoint.
(gud-apply-from-source): New argument ARGS, to pass to FUNC.  Now
it's really like `apply'.
(gud-set-break): Add another argument to this method.
Document it in the section describing how the methods are supposed
to be used.
(gud-gdb-set-break): New argument TEMP; if non-nil, set a
temporary breakpoint.
(gud-sdb-set-break, gud-dbx-set-break): New argument TEMP.  Ignore
it, since I don't know how to set a temporary breakpoint in these
debuggers.

* gud.el (gud-break): With a prefix argument, set a temporary
breakpoint.
(gud-apply-from-source): New argument ARGS, to pass to FUNC.  Now
it's really like `apply'.
(gud-set-break): Add another argument to this method.
Document it in the section describing how the methods are supposed
to be used.
(gud-gdb-set-break): New argument TEMP; if non-nil, set a
temporary breakpoint.
(gud-sdb-set-break, gud-dbx-set-break): New argument TEMP.  Ignore
it, since I don't know how to set a temporary breakpoint in these
debuggers.
lisp/gud.el